From: Paul Spooren Date: Sun, 29 Jan 2023 13:46:04 +0000 (+0100) Subject: luci: remove installation of attendedsysupgrade X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=a505bb106701502f990fe397b3474ccccb8e4b4b;p=project%2Fluci.git luci: remove installation of attendedsysupgrade The package is only useful when running an official build. The ImageBuilders used for this service can not contain any special compiler flags etc. used by custom builds. Instead of installing the package whenever `luci` is installed, it should be installed via the buildbots itself, like it's currently done for `luci`. Signed-off-by: Paul Spooren --- diff --git a/collections/luci/Makefile b/collections/luci/Makefile index 2e09b78f02..8efe908ef6 100644 --- a/collections/luci/Makefile +++ b/collections/luci/Makefile @@ -13,7 +13,6 @@ LUCI_TITLE:=LuCI interface with Uhttpd as Webserver (default) LUCI_DESCRIPTION:=Standard OpenWrt set including package management and attended sysupgrades support LUCI_DEPENDS:= \ +luci-light \ - +luci-app-attendedsysupgrade \ +luci-app-opkg PKG_LICENSE:=Apache-2.0